About packages.yml context
The following context methods and variables are available when configuring a packages.yml file.
Available context methods:
- env_var
- Use
env_var()in any dbt YAML file that supports Jinja. Onlypackages.ymlandprofiles.ymlsupport environment variables for secure values (using theDBT_ENV_SECRET_prefix).
- Use
- var (Note: only variables defined with
--varsare available. Refer to YAML tips for more information)
Available context variables:
Related docs
Was this page helpful?
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
0